home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Markets / Education / HyperCard In Education / Flexible Writing Planner / card_4965.txt < prev    next >
Text File  |  1990-04-02  |  2KB  |  96 lines

  1. -- card: 4965 from stack: in
  2. -- bmap block id: 5179
  3. -- flags: 0000
  4. -- background id: 2602
  5. -- name: alike/different
  6.  
  7.  
  8. -- part 3 (field)
  9. -- low flags: 00
  10. -- high flags: 6007
  11. -- rect: left=8 top=133 right=279 bottom=250
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 3
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: alike
  20.  
  21.  
  22. -- part 8 (field)
  23. -- low flags: 00
  24. -- high flags: 2007
  25. -- rect: left=261 top=133 right=279 bottom=502
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 0
  29. -- font id: 3
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: different
  34.  
  35.  
  36. -- part 10 (button)
  37. -- low flags: 00
  38. -- high flags: A000
  39. -- rect: left=371 top=296 right=342 bottom=409
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 1008 / 1008
  42. -- text alignment: 1
  43. -- font id: 0
  44. -- text size: 12
  45. -- style flags: 0
  46. -- line height: 16
  47. -- part name: Print
  48. ----- HyperTalk script -----
  49. on mouseUp
  50.   answer "Be certain that the printer is ready." with "OK" or "Cancel"
  51.   if it is "cancel" then exit mouseup
  52.   lock screen
  53.   if it is "cancel" then exit mouseup
  54.   else
  55.     set cursor to watch
  56.     lock screen
  57.     put "Alike:"&return&cd fld "alike"&return&&return&&return into Alike_Different
  58.     put "Differnt:"&return&cd fld "alike" after Alike_Different
  59.     show bg fld "print"
  60.     put Alike_Different into bg fld "print"
  61.     select text of bg fld "print"
  62.     type "c" with commandKey
  63.     printClip
  64.     hide bg fld "print"
  65.   end if
  66. end mouseUp
  67.  
  68.  
  69.  
  70. -- part contents for background part 17
  71. ----- text -----
  72. ‚Ä¢ Think about the 
  73. ‚Ä¢ Alike:  List all the ideas that show how the two groups are the same
  74. ‚Ä¢ Different:  list all the ideas that show how the two groups are different
  75.  
  76. -- part contents for background part 19
  77. ----- text -----
  78. Indians of NorthWest USA
  79.  
  80. -- part contents for background part 20
  81. ----- text -----
  82. Alike:
  83.  
  84.  
  85.  
  86. Differnt:
  87.  
  88.  
  89. -- part contents for card part 8
  90. ----- text -----
  91.  
  92.  
  93.  
  94.  
  95.  
  96.